In This Topic
Connector for importing data to a DataEngine table from an arbitrary IEnumerable.
Object Model
Syntax
'Declaration
Public Class ObjectConnector(Of )
Inherits Connector
public class ObjectConnector<> : Connector
Type Parameters
- T
- The type of the elements of IEnumerable.
Inheritance Hierarchy
See Also